home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / tex / rtextu10.zip / FILE_ID.DIZ < prev    next >
Text File  |  1993-05-06  |  872b  |  30 lines

  1. (1) CUT is similar to the unix command with
  2. the same name. It removes columns from text
  3. files.
  4.  
  5. (2) DETAB replaces TABs by SPACEs in text
  6. files, ENTAB performs the opposite task.
  7.  
  8. (3) FMT is similar to the unix command fmt.
  9. It formats text files to a certain width.
  10. FMT supports left, right, and two-sided
  11. alignment. Many options control its
  12. behaviour.
  13.  
  14. (4) HEAD displays the first lines of text
  15. files, like the unix command; TAIL does the
  16. same with the last lines.
  17.  
  18. (5) LOCASE translates upper to lower case,
  19. UPCASE performs the opposite task. Both have
  20. a switch to ignore quoted strings, which is
  21. useful for program source files.
  22.  
  23. (6) WC counts, like the unix command, lines,
  24. words, and characters of text files. An
  25. additional options lets WC compute the
  26. length of the longest line.
  27.  
  28. All programs come with documentation and the
  29. executable.
  30.